Window.Graphics Property

Read-Only

Syntax

Graphics as Graphics


Allows access to all the Graphics methods for drawing into the window. Whatever objects are drawn using the Graphics methods are drawn after the Backdrop image is drawn, in a separate layer.

This allows you to overlay objects on top of the Backdrop image.